<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* CSS Document */
/* 
 作者：Nit2
 用途：全局样式
 创建日期：2009-11-30
 修改历史：
*/
/*====================================== font*/
   h1{ font-size:14px; font-weight:bold;}
   h2{ font-size:14px; font-weight:normal;}
   h3{ font-size:12px; font-weight:bold;}
   h4{ font-size:12px; font-weight:normal;}
   h5{ font-size:9px; font-weight:bold;}
   h6{ font-size:9px; font-weight:normal;}
/*====================================== list*/

/*================================整站灰色====== summary*/
/*html { filter:progid:DXImageTransform.Microsoft.BasicImage(grayscale=1); }*/
/*================================整站灰色====== summary*/

/*====================================== summary*/
dl{}
dt{}
dd{}
p{}


/*======================================margin*/
.marginAuto{margin:0 auto;}
.marginRight10{ margin-Right:10px;}
.margin5{ margin:5px;}
.margintop5left10{ margin:5px 10px;}

/*======================================padding*/


/*======================================floar*/
.f_l{ float:left; line-height:22px;}
.f_r{ float:right;}


/*======================================content*/
.c_l { text-align:left }
.c_c { text-align:center }
.c_r { text-align:right }

/*======================================title*/
.t1{}
.t2{}

/*======================================content*/
.c1{}
.c2{}


/*======================================background-color*/


/*======================================color*/

</pre></body></html>